home *** CD-ROM | disk | FTP | other *** search
/ Astro Photography / Astro Photography - Screensaver.iso / mac / Collection Installer / Collection Installer.rsrc / STR#_5400.txt < prev    next >
Text File  |  1999-10-02  |  1KB  |  45 lines

  1. Desktop Pictures Prefs
  2.  
  3.         set background pattern to aPat
  4.     end if
  5.     quit
  6.     return hasPict
  7. end tell
  8.  
  9.  
  10. tell application "Appearance"
  11.     set aPict to picture file of monitor 1
  12.     set hasPict to (aPict as string) is not equal to "no picture"
  13.     if hasPict then
  14.         set aPat to background pattern
  15.         set picture file of monitor 1 to no picture
  16.  
  17.  
  18. Appearance
  19.  
  20. Desktop Pictures can conflict with Slide Show.  Please use the Appearance control panel to remove any picture. 
  21.  
  22. Your current Desktop Picture conflicted with Slide Show and has been disabled.  Use the Appearance control panel when you wish to restore this picture. 
  23.  
  24.         set desktop pattern to aPat
  25.     end if
  26.     quit
  27.     return hasPict
  28. end tell
  29.  
  30.  
  31. tell application "Desktop Pictures"
  32.     set aPict to (get desktop picture name for screen 0)
  33.     set hasPict to (aPict as string) is not equal to ""
  34.     if hasPict then
  35.         set aPat to (get desktop pattern)
  36.         clear desktop picture
  37.  
  38.  
  39. Desktop Pictures
  40.  
  41. Desktop Pictures can conflict with Slide Show.  Please use the Desktop Pictures control panel to remove any picture. 
  42.  
  43. Your current Desktop Picture conflicted with Slide Show and has been disabled.  Use the Desktop Pictures control panel when you wish to restore this picture. 
  44.  
  45.